object RechercheFrm: TRechercheFrm Left = 286 Top = 226 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle ClientHeight = 177 ClientWidth = 455 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnHide = FormHide OnKeyUp = FormKeyUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblReplaceBy: TLabel Left = 9 Top = 42 Width = 62 Height = 13 Caption = 'lblReplaceBy' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblSearchString: TLabel Left = 9 Top = 13 Width = 71 Height = 13 Caption = 'lblSearchString' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object btnSearch: TButton Left = 355 Top = 10 Width = 92 Height = 22 HelpContext = 268 Caption = 'btnSearch' Default = True Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = btnSearchClick end object btnClose: TButton Left = 355 Top = 120 Width = 92 Height = 22 HelpContext = 878 Cancel = True Caption = 'btnClose' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 8 OnClick = btnCloseClick end object btnReplace: TButton Left = 355 Top = 38 Width = 92 Height = 22 HelpContext = 233 Caption = 'btnReplace' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = btnReplaceClick end object btnReplaceAll: TButton Left = 355 Top = 65 Width = 92 Height = 22 HelpContext = 234 Caption = 'btnReplaceAll' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 7 Visible = False OnClick = btnReplaceAllClick end object btnHelp: TButton Left = 355 Top = 146 Width = 92 Height = 22 HelpContext = 7 Cancel = True Caption = 'btnHelp' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 9 OnClick = btnHelpClick end object GBOptions: TGroupBox Left = 9 Top = 119 Width = 161 Height = 51 Caption = 'GBOptions' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 object chkCaseSensitive: TCheckBox Left = 8 Top = 14 Width = 150 Height = 17 HelpContext = 111 Caption = 'chkCaseSensitive' TabOrder = 0 OnClick = chkCaseSensitiveClick end object chkWholeWords: TCheckBox Left = 8 Top = 30 Width = 150 Height = 17 HelpContext = 197 Caption = 'chkWholeWords' TabOrder = 1 OnClick = chkWholeWordsClick end end object rbOrigin: TRadioGroup Left = 9 Top = 65 Width = 160 Height = 51 HelpContext = 230 Caption = 'rbOrigin' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Items.Strings = ( '1' '2') ParentFont = False TabOrder = 1 OnClick = rbOriginClick end object CBReplaceString: TTntComboBox Left = 109 Top = 39 Width = 229 Height = 21 HelpContext = 255 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 0 MaxLength = 256 ParentFont = False PopupMenu = popupEditBoxes TabOrder = 0 OnChange = CBSearchStringChange end object rbDirection: TRadioGroup Left = 177 Top = 65 Width = 160 Height = 51 HelpContext = 113 Caption = 'rbDirection' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Items.Strings = ( '1' '2') ParentFont = False TabOrder = 2 OnClick = rbDirectionClick end object GBScope: TGroupBox Left = 177 Top = 119 Width = 161 Height = 51 HelpContext = 731 Caption = 'GBScope' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 object rbGlobal: TRadioButton Left = 8 Top = 14 Width = 150 Height = 17 HelpContext = 731 Caption = 'rbGlobal' Checked = True TabOrder = 0 TabStop = True end object rbSelectedText: TRadioButton Left = 8 Top = 30 Width = 150 Height = 17 HelpContext = 731 Caption = 'rbSelectedText' TabOrder = 1 end end object CBSearchString: TTntComboBox Left = 109 Top = 10 Width = 229 Height = 21 HelpContext = 256 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 0 MaxLength = 256 ParentFont = False PopupMenu = popupEditBoxes TabOrder = 10 OnChange = CBSearchStringChange end object popupEditBoxes: TPopupMenu OnPopup = popupEditBoxesPopup Left = 361 Top = 89 object miCut: TMenuItem Caption = 'miCut' ShortCut = 16472 OnClick = miCutClick end object miCopy: TMenuItem Caption = 'miCopy' ShortCut = 16451 OnClick = miCutClick end object miPaste: TMenuItem Caption = 'miPaste' ShortCut = 16470 OnClick = miCutClick end object miDelete: TMenuItem Caption = 'miDelete' ShortCut = 16430 OnClick = miCutClick end end end